home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro2 / qfinddoc.txt < prev    next >
Encoding:
Text File  |  1993-08-19  |  26.0 KB  |  835 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.                                         Qfind
  14.  
  15.  
  16.                                VERSION 2.2 - 08/19/93
  17.  
  18.  
  19.  
  20.  
  21.  
  22.             Qfind Copyright 1991,1992, 1993 by JebSoft and James E. Bell
  23.  
  24.  
  25.                                   135 Gunlock Trace
  26.                                Roswell, Georgia  30076
  27.  
  28.  
  29.                       Electronic Mail on Compuserve: 70270,534
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.             QFIND (Quick Find) is a set of utility programs that perform
  41.             the function of finding the location of a file or files on
  42.             your system. QFIND uses a different approach than most of
  43.             the file-finding programs available today.
  44.  
  45.               FEATURES:
  46.  
  47.                *  Extremely fast file name search.
  48.  
  49.                *  Very easy to use.
  50.  
  51.                *  DOS Command line version of programs.
  52.  
  53.                *  Microsoft Windows 3.1 version of programs.
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.                               Qfind Version 2.0 - Page 2
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.             Files included in QFND20.ZIP:
  100.  
  101.                QFBUILD.EXE    Builds file name database. DOS version
  102.  
  103.                QFIND.EXE      File finder utility. Command line version
  104.  
  105.                QFBDLWIN.EXE   Builds file name database. Windows version
  106.  
  107.                QFINDWIN.EXE   File finder utility - Windows version
  108.  
  109.                THREE_D.DLL    DLL file used in Qfindwin.  This file
  110.                               should be located in your Windows
  111.                               directory
  112.  
  113.                QFINDWIN.INI   Initialization file for QFINDWIN
  114.  
  115.                QFINDDOC.TXT   Text version of documentation
  116.  
  117.                QFINDDOC.WRI   Windows Write version of documentation
  118.  
  119.                QFINDHST.WRI   History of changes for Qfind in Write
  120.                format
  121.  
  122.                QFINDHST.TXT   History of changes for Qfind in text
  123.                format
  124.  
  125.                REGISTER.FRM   Registration form
  126.  
  127.                REGISTER.WRI   Registration form in Windows Write format.
  128.  
  129.                The following files are used by the Windows Install
  130.                program. They are only needed for the installation.
  131.  
  132.                SETUPQF.EXE
  133.                SETUPKIT.DLL
  134.                VER.DLL
  135.                FILES.DAT
  136.                STARTUP.INI
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.                               Qfind Version 2.0 - Page 3
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.             Qfind, like many DOS utilities, was born of necessity.  I
  163.             needed to find "that file".  I did not know which directory
  164.             contained the file, much less which disk contained the file.
  165.             I pulled out one of the existing file find utilities and
  166.             used it to search all my drives for "that file".  After much
  167.             disk activity, I found the file.  I needed to find another
  168.             file later and did the same thing. Most of my files (99.99%)
  169.             had not changed their location on my system between
  170.             searches.  Why do all that disk activity each time I need to
  171.             find a file when most of the files are still in the same
  172.             location since the last time?  Why not "remember" where all
  173.             the files are located and use that information for later
  174.             searches.  If the file system has changed considerably since
  175.             the last search, just build the file database again and use
  176.             the new one to search.
  177.  
  178.             Qfind is a file finding system that does just that.  Qfbuild
  179.             builds a database that contains all files on all selected
  180.             drives on your system. The search programs (Qfind and
  181.             Qfindwin) then use that file to do their searches.  This
  182.             results in extremely fast search times since the actual file
  183.             names in the disk directories are not needed again.  On one
  184.             of my machines that has a 200 meg and a 120 meg drive and
  185.             10,000+ files, the search time is less than 3 seconds.  On
  186.             another machine that has 2 32 meg logical drives, 8 network
  187.             drives and over 15,000 files, the search time is less than 4
  188.             seconds.
  189.  
  190.             ************************************************************
  191.  
  192.             Installation:
  193.  
  194.             All the files, except THREE_D.DLL and QFINDWIN.INI can be
  195.             located in any directory of your choice. QFINDWIN.INI must
  196.             be in the same directory as WIN.INI.  THREE_D.DLL can be in
  197.             any directory specified in the path statement. The
  198.             recommended place is in the WINDOWS directory.
  199.  
  200.  
  201.             ************************************************************
  202.  
  203.             QFBUILD.EXE
  204.  
  205.             Qfbuild is the DOS program that builds the database that
  206.             contains all the file names and directory names on selected
  207.             drives along with the optional switches for including Arc
  208.             and Zip files. .  It is executed from the command line with
  209.             the following syntax....
  210.  
  211.                QFBUILD [-z] [-a] first_drive next_drive etc....
  212.  
  213.             The Arc and Zip switches must precede the drive letters.
  214.             The "[ ]" are not included on the actual command line.  They
  215.             are here to show that these parameters are optional.
  216.  
  217.  
  218.                               Qfind Version 2.0 - Page 4
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.             If the -z switch is included, all ZIP files on the selected
  226.             drives are searched to include their files names in
  227.             Qfind.dat.  The -a switch is for ARC files.
  228.  
  229.                Examples:
  230.  
  231.                QFBUILD  -a c d e f g
  232.  
  233.                This would build a Qfind.dat containing all files in
  234.                drives c, d, e, f, g and the internal directories of any
  235.                ARC files found on these drives.
  236.  
  237.                QFBUILD  -z  e f g
  238.  
  239.                This would build a Qfind.dat containing all files in
  240.                drives e, f, g and the internal directories of any  ZIP
  241.                files found on these drives.
  242.  
  243.                QFBUILD  -a -z c: d: e: f: g:
  244.  
  245.                This would build a Qfind.dat containing all files in
  246.                drives c, d, e, f, g and the internal directories of any
  247.                ARC and ZIP files found on these drives.
  248.  
  249.             Qfbuild will take drive letters with or without the trailing
  250.             ":"  after the drive letter.  The data file is built in the
  251.             order of the drives on the command line.  If you need to
  252.             alter the order for some reason, just order the drives on
  253.             the command line as you wish.
  254.  
  255.             Qfbuild sorts the file names in each subdirectory in
  256.             ascending order.  This was done to make it easier to
  257.             visually read the output in Qfind or Qfindwin.
  258.  
  259.             The inclusion of the -z and -a switch is recommended.
  260.             Qfind.dat would then contain all files on the selected disks
  261.             including the files contained in the ARC and ZIP files.
  262.  
  263.             The only reason for leaving out the -z and -a switch on the
  264.             command line would be to make Qfind.dat smaller.  Qfind and
  265.             QfindWin both have the ability to search for files either
  266.             including or excluding ARC and ZIP files.
  267.  
  268.             Changing the location of the data file....
  269.  
  270.                Normally, the data file is written to the root directory
  271.                of the C drive.  If you need to change the location, add
  272.                the variable QFIND to the environment. The variable QFIND
  273.                is set to the drive and directory where you want the data
  274.                file to be located.  Example....
  275.  
  276.                     Set QFIND=E:\QFIND
  277.  
  278.  
  279.  
  280.  
  281.                               Qfind Version 2.0 - Page 5
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.                QFBUILD will write the data file in the QFIND directory
  289.                on the E drive and QFIND will look there to find the
  290.                file.
  291.  
  292.             ***********************************************************
  293.  
  294.             QFIND.EXE
  295.  
  296.             Qfind is the command line version of the search program.  It
  297.             is executed with the very simple syntax as follows....
  298.  
  299.                QFIND [-x] [-g] search_mask
  300.  
  301.                Example:
  302.  
  303.                Qfind *.c
  304.  
  305.             The above command will find all the .C files on all selected
  306.             drives and list them to the screen.  I did not allow for
  307.             multiple search masks because the search is so fast and the
  308.             actual directory structure is not re-read for each search.
  309.             If you need to find files with another search mask, just re-
  310.             execute Qfind with the new search mask.
  311.  
  312.             The -x switch must precede the search mask parameter, and is
  313.             used to exclude the search of the contents of any ARC or ZIP
  314.             files.  If the -x switch is added to the command line, Qfind
  315.             will NOT search the contents of ARC or ZIP files.
  316.  
  317.             NOTE - If QFIND.DAT was not created with the contents of ARC
  318.             or ZIP files selected, then Qfind cannot access the names in
  319.             those files.  Therefore the -x switch would have no effect.
  320.  
  321.             The -g switch provides a "GOTO" function to Qfind.  If the -
  322.             g switch is selected, it will change the current drive and
  323.             the current directory to the drive and directory containing
  324.             the matched file name.
  325.  
  326.                Example:
  327.  
  328.                QFind -g xyz.exe
  329.  
  330.  
  331.             The current drive and current directory will be changed to
  332.             the drive and directory that contains the FIRST occurrence
  333.             of XYZ.EXE.  If there are multiple copies of XYZ.EXE on your
  334.             system QFind selects the first one matched in the data file
  335.             built by QFBUILD.  In this example, Qfind would also search
  336.             the contents of any ZIP or ARC files since the -x parameter
  337.             is omitted.  If a file match were found in a ZIP file, Qfind
  338.             would change the drive and directory to the drive and
  339.             directory containing the ZIP file.  If you don't want to
  340.             match names in the ZIP or ARC files, just place the -x
  341.  
  342.  
  343.  
  344.                               Qfind Version 2.0 - Page 6
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.             switch along with the -g switch on the command line like
  352.             so....
  353.  
  354.                Qfind -x -g xyz.exe
  355.  
  356.  
  357.             The search mask conforms to the standard DOS wildcard naming
  358.             convention.
  359.  
  360.               Examples:
  361.  
  362.              QFIND ???e???.*  Will find all files with an "E" in the
  363.                               4th character of the file name.
  364.  
  365.              QFIND *.?X?      Will find all files with an "X" in the
  366.                               2nd character of the file type.
  367.  
  368.              QFIND ?abc*.exe  Will find all .EXE files with "ABC" in
  369.                               the 2nd through the 4th position.
  370.  
  371.  
  372.             QFIND looks for the data file in the root directory of the C
  373.             drive unless the environment variable QFIND is set. See
  374.             QFBUILD for example.
  375.  
  376.             QFIND will copy the selected files to the Windows clipboard.
  377.             Just select Copy from the menu, and the main window contents
  378.             will be copied to the clipboard.
  379.  
  380.             The Find dialog box can be automatically brought up when
  381.             Qfindwin is launched. To select this feature, place a -f
  382.             parameter in the Qfindwin command line like so...
  383.  
  384.             Go to Program manager and select the Qfind icon.  Go to
  385.             File, Properties and add -f to the execution line.
  386.  
  387.             Old execution line  - QFINDWIN.EXE
  388.             New execution line - QFINDWIN.EXE -F
  389.  
  390.             Qfindwin will now bring up the find dialog box when
  391.             launched.
  392.             ************************************************************
  393.  
  394.             QFBLDWIN.EXE
  395.  
  396.             This is the Windows 3.1 version of the build program.  It
  397.             can be launched by itself or from QFINDWIN.
  398.  
  399.             To use QFBLDWIN, launch it from the program manager, file
  400.             manager, or QFINDWIN.  It will present a shareware notice
  401.             (bypassed in the registered version) and then present you
  402.             with the main window.  The windows controls are as follows:
  403.  
  404.  
  405.  
  406.  
  407.                               Qfind Version 2.0 - Page 7
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.             Drives - QFBLDWIN will display drives C thru Z and will grey
  415.             out any drives with higher than are present in your system.
  416.             If you have saved settings in the past, QFBLDWIN will check
  417.             the same boxes that you selected last time.  Otherwise
  418.             QFBLDWIN will select all drives.
  419.  
  420.                 Search Arc Files
  421.                 Search Zip Files
  422.  
  423.             The settings control the inclusion of ARC or ZIP
  424.             directories.  If they are checked, the respective ARC or ZIP
  425.             directories will be included in QFIND.DAT.
  426.  
  427.             The inclusion of the ARC and ZIP directories is recommended.
  428.             Qfind.dat would then contain all files on the selected disks
  429.             including the files contained in the ARC and ZIP files. The
  430.             only reason for not selecting them would be to make
  431.             Qfind.dat smaller.  Qfind and QfindWin both have the ability
  432.             to search for files either including or excluding ARC and
  433.             ZIP files.
  434.  
  435.                 Save Settings
  436.  
  437.             If this box is checked the present settings (drive
  438.             selections, ARC and ZIP selections) are save in
  439.             QFINDWIN.INI.
  440.  
  441.                 OK
  442.  
  443.             This will start the building of the new file database.
  444.  
  445.                 Cancel
  446.  
  447.             Terminates the program without building a new database.
  448.  
  449.             When you press OK, QFBLDWIN will present you with a dialog
  450.             box that  shows you the running count of various files,
  451.             etc..  At this point, you can minimize QFBLDWIN and let it
  452.             do it's thing in the background.
  453.  
  454.             If you click on the CANCEL button, QFBLDWIN will terminate
  455.             and leave the previous QFIND.DAT intact.
  456.  
  457.  
  458.             QFINDWIN.EXE
  459.             This is the Microsoft Windows 3.0/3.1 version of the search
  460.             program.  It uses the same search mask conventions as QFIND
  461.             with an additonal feature.
  462.  
  463.             There is a special syntax that will find a string anywhere
  464.             in the file name/file type. It is selected by not entering a
  465.             period in the search mask. It is as follows:
  466.  
  467.               QFIND ab
  468.  
  469.  
  470.                               Qfind Version 2.0 - Page 8
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.             The above will find any file beginning with "ab". This is
  479.             the same as entering a mask of "ab*.*".
  480.  
  481.             QFIND *ab
  482.  
  483.             The above will find any file with "ab" anywhere in the file
  484.             name/file type. The above example would find files like
  485.             abxxxx.xxx or xab.xxx.xxx or xxxxxab.xxx or xxxxxxxx.abx.
  486.  
  487.             To use QFINDWIN, execute it from Windows with either the
  488.             program manager or the file manager.  It will display a
  489.             screen with "FIND", "BUILD",  "COLOR", and HELP on the menu.
  490.  
  491.             Click on FIND and a drop down menu will appear.  It has the
  492.             following items:
  493.  
  494.  
  495.                Find   This selection will display a dialog box asking
  496.                      for the search mask.
  497.  
  498.                About  This selection will display the "About" dialog
  499.                      box.
  500.  
  501.                Exit   This selection will exit the program.
  502.  
  503.             Click on BUILD to launch QFBLDWIN and build a new file
  504.             database.
  505.  
  506.             Click on COLOR the set the color settings of QFINDWIN.  The
  507.             color menu consists of 2 items....
  508.  
  509.                USE COLOR - This is a toggle.  If a checkmark appears by
  510.                 the USE COLOR, QFINDWIN will use color to display the
  511.                 directory, file and zip entries.  Otherwise bolding,
  512.                 normal, and italic BLACK is used.  To change the USE
  513.                 COLOR setting, just click on the menu item.  The check
  514.                 will reverse state with each click.
  515.  
  516.                SET COLOR - Clicking on this item will display the set
  517.                 color dialog box.  If USE COLOR is not checked, this
  518.                 item will be grayed out and will not be selectable.
  519.                 When this item is selected, it will present a set color
  520.                 dialog box.  To use the dialog box do the following....
  521.  
  522.             Select the DIRECTORY, FILE, ZIPS/ARCS by clicking on the
  523.             appropiate button.  This will set the 3 scroll bars to the
  524.             present value of this selection.  Drag the scroll bars to
  525.             set the colors that you want.  NOTE - On a 16 color system,
  526.             the colors will not change smoothly.  On a 256 color system,
  527.             the change will be much smoother.  Continue selecting each
  528.             file type and selecting the color combination for each.
  529.  
  530.  
  531.  
  532.  
  533.                               Qfind Version 2.0 - Page 9
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.             If the SAVE SETTINGS box is checked, these settings will be
  541.             saved in QFINDWIN.INI.
  542.  
  543.             To search for files......
  544.  
  545.                Click on Find and enter the search mask in the text box.
  546.                click on OK and the matched file names will appear in the
  547.                main box. If there are more matches than will fit in the
  548.                window, vertical scroll bars will appear.  You can use
  549.                these vertical scroll bars to move the text around.
  550.  
  551.             You can use the following scroll bar items.....
  552.  
  553.                Scroll UP (UP arrow) -    Each click will scroll the file
  554.                                          names UP one line.
  555.  
  556.                Scroll DOWN (DOWN arrow)  Each click will scroll the file
  557.                                     names DOWN one line
  558.  
  559.                Scroll Page UP  -         Each click will scroll the file
  560.                                          UP one page.
  561.  
  562.                Scroll Page DOWN -        Each click will scroll the file
  563.                                 DOWN one page.
  564.  
  565.                Move with Thumb -         You can move the display of
  566.                                 file names back and forth with the thumb
  567.                                 control.  The thumb control is the
  568.                                 little square box in the vertical scroll
  569.                                 bar. If you move the thumb to the half-
  570.                                 way location, the display of file names
  571.                                 will move down to the middle, etc.
  572.  
  573.             Click on the ARC or ZIP checkbox to toggle the ARC and ZIP
  574.             file setting.  If an "X" appears in the checkbox, QfindWin
  575.             will search for file name matches within ARC and ZIP files.
  576.  
  577.             NOTE - If QFIND.DAT was not created with the contents of ARC
  578.             or ZIP files selected, then Qfindwin cannot access the names
  579.             in those files.  Therefore the state of the checkboxes will
  580.             have no effect.
  581.  
  582.             If the color option is not selected, the text is shown as
  583.             follows. DIRECTORY names are shown in bold font.  FILE names
  584.             are shown in normal font.  File names that are found within
  585.             ARC or ZIP files are shown in italic type with the ARC or
  586.             ZIP name shown surrounded by "**".
  587.  
  588.             If the color option is selected,  the text is shown in the
  589.             colors selected by the color setting selected in the SET
  590.             COLOR dialog box.
  591.  
  592.             QFINDWIN.INI
  593.  
  594.  
  595.  
  596.                               Qfind Version 2.0 - Page 10
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.             All parameters for QFINDWIN are located in this file.
  604.             QFINDWIN no longer looks in WIN.INI for anything.
  605.             QFINDWIN.INI must be located in the same directory as
  606.             WIN.INI.
  607.  
  608.             There are 2 different sets of parameters contained in
  609.             QFINDWIN.INI. A set of parameters for QFINDWIN, and a set
  610.             for QFBLDWIN.  All parameter, except for 1 (QFDIR) are
  611.             automatically set by the save settings function of QFINDWIN
  612.             and QFBLDWIN.
  613.  
  614.             A sample QFINDWIN.INI file is included.
  615.  
  616.             QFINDWIN uses the QFINDWIN.INI entry to find the data file
  617.             instead of the environment method.  To tell QFINDWIN where
  618.             the data file is located, place the following 2 lines in the
  619.             QFINDWIN.INI file....
  620.  
  621.             [qfind]
  622.                 FILE = d:\temp     OR wherever the data file is
  623.             located.
  624.  
  625.  
  626.             If there is no entry in the QFINDWIN.INI file, QFINDWIN will
  627.             look for the data file in the root directory of drive C.
  628.  
  629.             Note........
  630.             THREE_D.DLL must be located in a directory that is defined
  631.             in your path for QFINDWIN to display in the 3D look.  The
  632.             preferred location is in your Windows directory.
  633.  
  634.             ************************************************************
  635.  
  636.             Support....
  637.  
  638.                 I can be reached on Compuserve.  My ID is 70270,534
  639.  
  640.  
  641.             This is Version 2.0 of Qfind.  I would appreciate feedback
  642.             on suggested additional features in the next version,
  643.             problems with this version, etc....
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.                               Qfind Version 2.0 - Page 11
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666.             Installation.......
  667.  
  668.             With version 2.0 a new installation program is included.
  669.             This is only used if an automatic installation is desired.
  670.  
  671.             There are basically 3 ways to install the Qfind
  672.             programs.......
  673.  
  674.             If the DOS versions are the only things that are going to be
  675.             used, simply copy the required files to a directory of your
  676.             choice.
  677.  
  678.             The files are:
  679.  
  680.             Qfind.exe
  681.             Qfbuild.exe
  682.             Qfinddoc.txt
  683.             Qfindhst.txt
  684.  
  685.             If you want to manually copy all files (including the
  686.             Windows stuff), do the following....
  687.  
  688.             Copy the following files to a directory of your choice.
  689.  
  690.                Qfind.exe
  691.                Qfbuild.exe
  692.                Qfindwin.exe
  693.                Qfbldwin.exe
  694.                Qfinddoc.txt
  695.                Qfinddoc.wri
  696.                Qfindhst.txt
  697.                Qfindhst.wri
  698.  
  699.             Copy the following file to the \Windows\System directory
  700.  
  701.                Three_D.Dll
  702.  
  703.             Copy the following file to the \Windows directory
  704.  
  705.                Qfindwin.ini
  706.  
  707.             Automatic installation.....
  708.  
  709.               Execute the SETUPQF.EXE from the program manager or file
  710.               manager.  Setupqf will automatically install the various
  711.               file in the proper directories.
  712.  
  713.               NOTE---  SETUPQF.EXE requires VISUAL BASIC's run-time
  714.               module (VBRUN100.DLL).  If you don't have it, you can get
  715.               it from Compuserve.
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.                               Qfind Version 2.0 - Page 12
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.             Registration
  730.  
  731.             Registering QFIND will get you the latest version of the
  732.             programs along with a utility that will personalize your
  733.             copy and remove the start-up message in QFINDWIN.
  734.  
  735.  
  736.             Where to find QFIND:
  737.  
  738.             The latest version of Qfind.zip can always be found on The
  739.             Atlanta Windows BBS. The BBS phone numbers are:
  740.  
  741.             (404) 516-0048 (public)  USR Dual Std w/fax   16,800 bps
  742.             (404) 516-9845 (private) USR Dual Standard    16,800 bps
  743.             (404) 516-9898 (private) USR Dual Standard    16,800 bps
  744.             (404) 516-9385 (public)  USR Dual Std w/fax   16,800 bps
  745.             (404) 516-1773 (private) USR Dual Std w/fax   16,800 bps
  746.             (404) 516-1588 (public)  USR Dual Std w/fax   16,800 bps
  747.             (404) 516-1883 (public)  USR v.32 bis         14,400 bps
  748.  
  749.             Also Qfind.zip can be found in the WINSHARE forum on
  750.             Compuserve.
  751.  
  752.             Disclaimer:
  753.  
  754.             Users of QFIND, QFINDWIN, QFBLDWIN, and QFBUILD must accept
  755.             this disclaimer of warranty: "QFIND, QFINDWIN, QFBLDWIN, and
  756.             QFBUILD are supplied as is.  The author disclaims all
  757.             warranties, expressed or implied, including, without
  758.             limitation,the warranties of merchantability and of fitness
  759.             for any purpose.  The author assumes no liability for
  760.             damages, direct or consequential, which may result from the
  761.             use of these programs."
  762.  
  763.             LICENSING AGREEMENT:
  764.  
  765.             QFIND, QFINDWIN,  QFBLDWIN, AND QFBUILD are Copyright 1991,
  766.             1992 by JebSoft and James E. Bell 135 Gunlock Trace,
  767.             Roswell, Georgia  30076
  768.  
  769.             This program is made available through Shareware for
  770.             personal use on non-business PC's only.  If you find these
  771.             programs useful and find that you are using them and
  772.             continue to use them after a reasonable trial period, you
  773.             must make a registration payment of $10.00 to James E. Bell.
  774.  
  775.             Use of this program by any business, corporation, government
  776.             agency, or any other institution is prohibited without
  777.             payment of $10.00 to James E. Bell for each installed PC.
  778.  
  779.             In accordance with the Shareware distribution method, all
  780.             users are granted a limited license to copy QFIND, QFINDWIN,
  781.             QFBLDWIN ,and QFBUILD for the trial use of others providing
  782.             that there programs are:
  783.  
  784.  
  785.                               Qfind Version 2.0 - Page 13
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.                  Copied in their original archive form.
  794.  
  795.                  Not modified in any way and are distributed with the
  796.                  full and unmodified documentation.
  797.  
  798.                  Are not sold or traded for money or any other
  799.                  consideration by any party other than JebSoft and James
  800.                  E. Bell
  801.  
  802.                  Not distributed in conjunction with any other product
  803.                  or software without the written consent of James E.
  804.                  Bell.
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.                               Qfind Version 2.0 - Page 14
  849.